Initial commit
This commit is contained in:
18
docker-compose.yaml
Normal file → Executable file
18
docker-compose.yaml
Normal file → Executable file
@ -12,15 +12,15 @@ services:
|
||||
volumes:
|
||||
- ./mysql:/var/lib/mysql
|
||||
|
||||
node:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ./:/usr/src/app
|
||||
# node:
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile
|
||||
# restart: always
|
||||
# ports:
|
||||
# - 8080:8080
|
||||
# volumes:
|
||||
# - ./:/usr/src/app
|
||||
|
||||
# phpmyadmin:
|
||||
# image: phpmyadmin
|
||||
|
||||
Reference in New Issue
Block a user