Fix php-cookie-flags example

This commit is contained in:
Théophile Diot 2023-04-21 12:18:16 +02:00
parent bba26b5486
commit 5f26ebc695
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,7 @@ services:
# another example for existing folder : chown -R root:101 folder && chmod -R 770 folder
# more info at https://docs.bunkerweb.io
volumes:
- ./www/var/www/html # contains web files (PHP, assets, ...)
- ./www:/var/www/html # contains web files (PHP, assets, ...)
environment:
- SERVER_NAME=www.example.com # replace with your domain
- API_WHITELIST_IP=127.0.0.0/8 10.20.30.0/24
@ -62,6 +62,10 @@ services:
networks:
- bw-services
volumes:
bw-data:
networks:
bw-universe:
ipam: