Skip to content

Commit

Permalink
do not bind
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Jul 28, 2023
1 parent a9f09cc commit c538f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ansible_openvpn/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ services:
restart: unless-stopped
ports:
- 3000:3000
- 5555:5555 # OpenVPN management console port, update in the .env file, look at README.md
image: semaphoreui/semaphore:latest
environment:
SEMAPHORE_DB_USER: semaphore
Expand Down Expand Up @@ -60,6 +59,7 @@ services:
python3 -m ensurepip;
python3 -m pip install --upgrade pip;
python3 -m pip install -r /home/semaphore/noisesensor/services/ansible_openvpn/docker/requirements.txt;
(crontab -l 2>/dev/null; echo "* * * * * /path/to/job -with args") | crontab -
/usr/local/bin/semaphore-wrapper /usr/local/bin/semaphore server --config /etc/semaphore/config.json
'
volumes:
Expand Down

0 comments on commit c538f92

Please sign in to comment.