Align rubic-cube docker setup with nonograms
All checks were successful
Deploy to Production / deploy (push) Successful in 8s
All checks were successful
Deploy to Production / deploy (push) Successful in 8s
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
rubic-cube:
|
||||
container_name: rubic-cube
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
# ports:
|
||||
# - "8083:80"
|
||||
ports:
|
||||
- "8083:80"
|
||||
expose:
|
||||
- "80"
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
# volumes:
|
||||
# - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
networks:
|
||||
- npm_public
|
||||
- rubic-net
|
||||
|
||||
Reference in New Issue
Block a user