Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…el-devcontainer into codespace
  • Loading branch information
cirolosapio-accenture committed Mar 15, 2024
2 parents 3f310f9 + a958b00 commit 7587a12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/compose.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
services:
nginx:
image: nginx:1.25.3-alpine3.18-slim
ports: [ 8080:80 ]
image: nginx:1.25.4-alpine3.18-slim
ports: [ 80:80 ]
volumes:
- ..:/var/www/html:ro
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
depends_on: &depends
- mariadb

php:
image: cirolosapio/php-fpm:8.1.27-alpine3.19-composer2.7.1-xdebug3.3.1-mysql-zip
image: cirolosapio/php-fpm:8.1.27-alpine3.19-composer2.7.2-xdebug3.3.1-mysql-zip
volumes:
- ..:/var/www/html:cached
# - ~/.ssh:/home/php/.ssh:rw
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"nginx"
],
"portsAttributes": {
"8080": {
"80": {
"label": "Application",
"onAutoForward": "openBrowserOnce"
}
},
"forwardPorts": [
8080
80
],
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-starship:0": {},
Expand Down

0 comments on commit 7587a12

Please sign in to comment.