Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics authored Jul 24, 2023
1 parent fbb5eca commit d11acfe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,14 @@ services:
network_mode: host
# networks:
# - app-network
command: "start e863ce852ff091d8 && cat /var/lib/zerotier-one/authtoken.secret"
command: "start && cat /var/lib/zerotier-one/authtoken.secret"
volumes:
- zerotier:/var/lib/zerotier-one:ro
# depends_on:
# - zerotier
# - next_ztnet
environment:
ZEROTIER_CENTRAL_INSTANCE: "http://127.0.0.1:3000/api/zeronsd"
ZEROTIER_CENTRAL_TOKEN: "2p8v8twvfnqe90bke7vk70py"
ZEROTIER_LOCAL_URL: http://127.0.0.1:9993

volumes:
Expand Down

0 comments on commit d11acfe

Please sign in to comment.