Skip to content

Commit

Permalink
update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintShit committed Apr 7, 2024
1 parent 95abeef commit f56b98f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ services:
image: gozargah/marzban-node:latest
restart: always
network_mode: host
env_file: .env

# env_file: .env
environment:
SSL_CERT_FILE: "/var/lib/marzban-node/ssl_cert.pem"
SSL_KEY_FILE: "/var/lib/marzban-node/ssl_key.pem"
# SSL_CLIENT_CERT_FILE: "/var/lib/marzban-node/ssl_client_cert.pem"
# SERVICE_PROTOCOL: "rest"

volumes:
- /var/lib/marzban-node:/var/lib/marzban-node

0 comments on commit f56b98f

Please sign in to comment.