Skip to content

Commit

Permalink
Update dev-compose.yaml
Browse files Browse the repository at this point in the history
- removed custom compose settings
  • Loading branch information
vaughngx4 authored Oct 9, 2022
1 parent 8dd9fb9 commit 50e2d27
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions dev-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ services:
opensmm-web:
image: sintelli/opensmm-web:latest
container_name: opensmm-web
# command: "nodemon app.js"
# ports:
# - "80:80"
# - "8090:443"
ports:
- "80:80"
- "443:443"
restart: unless-stopped
depends_on:
- opensmm-api
Expand All @@ -24,7 +23,6 @@ services:
- no-new-privileges:true
networks:
- opensmm
- docker_swag

opensmm-api:
image: sintelli/opensmm-api:latest
Expand Down Expand Up @@ -90,5 +88,3 @@ services:
networks:
opensmm:
driver: bridge
docker_swag:
external: true

0 comments on commit 50e2d27

Please sign in to comment.