mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-08-07 04:23:17 -04:00
Clean up docker compose setup (#4308)
This commit is contained in:
1 parent
bcddf482fe
commit
36e73a84af
2 files changed
+1
-4
No files matched your search
@@ -1,6 +1,6 @@
|
||||
|
||||
include:
|
||||
- docker-compose.yaml
|
||||
- docker-compose.phpmyadmin.yml
|
||||
|
||||
services:
|
||||
nginx:
|
||||
@@ -16,9 +16,7 @@ services:
|
||||
- ./docker/data/certbot/conf:/etc/letsencrypt:ro
|
||||
- ./docker/data/certbot/www:/var/www/certbot:ro
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "8000:8000"
|
||||
networks:
|
||||
- app_net
|
||||
environment:
|
||||
|
||||
Reference in new issue
Block a user