ngonx off
This commit is contained in:
parent
5f3da3f9bc
commit
3813c6f0d8
@ -14,17 +14,17 @@ services:
|
||||
- data_mariadb:/var/lib/mysql
|
||||
|
||||
|
||||
nginx:
|
||||
restart: always
|
||||
build:
|
||||
context: ./requirements/nginx
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- '443:443'
|
||||
networks:
|
||||
- docker-network
|
||||
volumes:
|
||||
- data_wordpress:/var/www/html
|
||||
# nginx:
|
||||
# restart: always
|
||||
# build:
|
||||
# context: ./requirements/nginx
|
||||
# dockerfile: Dockerfile
|
||||
# ports:
|
||||
# - '443:443'
|
||||
# networks:
|
||||
# - docker-network
|
||||
# volumes:
|
||||
# - data_wordpress:/var/www/html
|
||||
|
||||
wordpress:
|
||||
restart: always
|
||||
|
||||
@ -4,4 +4,3 @@ RUN apk add --no-cache \
|
||||
nginx \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
COPY
|
||||
Loading…
Reference in New Issue
Block a user