Sfoglia il codice sorgente

Adjustments to Docker Compose file

main
Simon Bowie 3 anni fa
parent
commit
de441f16e0
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. +0
    -2
      docker-compose.yml

+ 0
- 2
docker-compose.yml Vedi File

@@ -7,8 +7,6 @@ services:
image: php:8.0-fpm
env_file:
- config.env
ports:
- '9000:9000'
volumes:
- ./site:/var/www/html


Loading…
Annulla
Salva