Fix empty lines
This commit is contained in:
parent
fa2cd8d0aa
commit
c004740dd5
@ -10,7 +10,6 @@ services:
|
|||||||
- 9000:9000/tcp
|
- 9000:9000/tcp
|
||||||
# if you're using a reverse proxy, uncomment the next line and remove the one above (9000:9000/tcp):
|
# if you're using a reverse proxy, uncomment the next line and remove the one above (9000:9000/tcp):
|
||||||
#- 127.0.0.1:9000:9000
|
#- 127.0.0.1:9000:9000
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
# replace https://api.cobalt.tools/ with your instance's target url in same format
|
# replace https://api.cobalt.tools/ with your instance's target url in same format
|
||||||
API_URL: "https://cobalt-api.shoebottom.ca/"
|
API_URL: "https://cobalt-api.shoebottom.ca/"
|
||||||
@ -19,11 +18,9 @@ services:
|
|||||||
# if you want to use cookies when fetching data from services, uncomment the next line and the lines under volume
|
# if you want to use cookies when fetching data from services, uncomment the next line and the lines under volume
|
||||||
# COOKIE_PATH: "/cookies.json"
|
# COOKIE_PATH: "/cookies.json"
|
||||||
# see docs/run-an-instance.md for more information
|
# see docs/run-an-instance.md for more information
|
||||||
|
|
||||||
# if you want to use cookies when fetching data from services, uncomment volumes and next line
|
# if you want to use cookies when fetching data from services, uncomment volumes and next line
|
||||||
#volumes:
|
#volumes:
|
||||||
#- ./cookies.json:/cookies.json
|
#- ./cookies.json:/cookies.json
|
||||||
|
|
||||||
cobalt-web:
|
cobalt-web:
|
||||||
image: ghcr.io/imputnet/cobalt:latest
|
image: ghcr.io/imputnet/cobalt:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -33,7 +30,6 @@ services:
|
|||||||
- 9001:9001/tcp
|
- 9001:9001/tcp
|
||||||
# if you're using a reverse proxy, uncomment the next line and remove the one above (9001:9001/tcp):
|
# if you're using a reverse proxy, uncomment the next line and remove the one above (9001:9001/tcp):
|
||||||
#- 127.0.0.1:9001:9001
|
#- 127.0.0.1:9001:9001
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
# replace https://cobalt.tools/ with your instance's target url in same format
|
# replace https://cobalt.tools/ with your instance's target url in same format
|
||||||
WEB_URL: "https://cobalt.shoebottom.ca/"
|
WEB_URL: "https://cobalt.shoebottom.ca/"
|
||||||
|
Loading…
Reference in New Issue
Block a user